Skip to content

build(deps): bump tinymce/tinymce from 7.9.1 to 8.0.1 #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Bumps tinymce/tinymce from 7.9.1 to 8.0.1.

Changelog

Sourced from tinymce/tinymce's changelog.

8.0.1 - 2025-07-28

Fixed

  • Updated missing changelogs. #TINY-12581

8.0.0 - 2025-07-23

Added

  • New pageUid property on the tinymce global instance. #TINY-12021
  • New editorUid property on editor instances. #TINY-12021
  • New UserLookup API to provide consistent user management and fetching/caching user information across TinyMCE plugins. #TINY-11974
  • New toolbar icons for suggested edits plugin. #TINY-12070
  • New crossorigin option that sets the crossorigin attribute on scripts loaded by the editor. #TINY-12228
  • New allow_html_in_comments option to allow HTML like contents inside comment data. #TINY-12220
  • New list_max_depth option that limits the maximum list indent depth. #TINY-11937
  • Support for TinyMCE 8 license keys and license key manager. #TINY-12001

Improved

  • Focus is now restored to a dialog after closing an alert, confirmation or another dialog. #TINY-12038
  • Resize handles are more accessible with role and aria-valuetext attributes. #TINY-11421
  • Toolbar drawer now closes when the editor loses focus. #TINY-12125
  • The translate API now automatically replaces three dots in a row with an ellipsis character. #TINY-12155
  • Tooltips can now be closed by pressing the escape key. #TINY-12054
  • Instructions on how to navigate the color swatch, image select and insert table widget are now announced by the screen readers. #TINY-12189
  • When editor.resetContent() is used, the resulting SetContent event now has the initial flag set in the event arguments. #TINY-12146
  • Updated Image plugin decorative image check to align with accessibility standard #TINY-12545

Changed

  • DomParser no longer tries to fix some nodes when parsed with a context. #TINY-11927
  • Split buttons are now rendered as separate action and chevron buttons. #TINY-8665
  • Moved essential parts of the lists plugin into core. #TINY-12121
  • Cut action now uses the editor delete implementation instead of the native execCommand('Delete') function. #TINY-12171
  • Comments with HTML like content, attributes with HTML like values, elements with HTML Comment like textContent are no longer retained while content sanitization is active. #TINY-12056
  • Added space to promotion message for ease of reading. #TINY-12271

Deprecated

  • Deprecated skipFocus option for ToggleToolbarDrawer command. To skip focus use skip_focus option. #TINY-12044
  • Deprecated 'editor.selection.setContent' method. #TINY-11692

Removed

  • Removed undocumented documentBaseUrl property from Editor instances. documentBaseURI is the supported property. #TINY-12182

Fixed

  • Long tooltips could overflow narrow browser windows. #TINY-11884
  • Pressing Tab to create a new row in tables with a non-editable final row would freeze the editor. #TINY-12018
  • Fixed an issue where the context form API onSetup was referencing the incorrect element. #TINY-11912
  • Attempting to add a newline directly after a block element such as an image would cause an error. #TINY-12045
  • It wasn't possible to navigate out of a figcaption using the left and right arrow keys in Firefox. #TINY-11982
  • Nested font sizes were causing too much spacing between lines. #TINY-12073
  • New list item was not inserted correctly when existing list item had a block element inside. #TINY-12102

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tinymce/tinymce](https://github.com/tinymce/tinymce-dist) from 7.9.1 to 8.0.1.
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/master/CHANGELOG.md)
- [Commits](tinymce/tinymce-dist@7.9.1...8.0.1)

---
updated-dependencies:
- dependency-name: tinymce/tinymce
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 29, 2025
Copy link
Author

dependabot bot commented on behalf of github Aug 19, 2025

Superseded by #110.

@dependabot dependabot bot closed this Aug 19, 2025
@dependabot dependabot bot deleted the dependabot/composer/tinymce/tinymce-8.0.1 branch August 19, 2025 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
composer dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants